Skip to content

Conversation

NordicBuilder
Copy link
Contributor

Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#3371

@NordicBuilder NordicBuilder requested review from a team as code owners October 8, 2025 08:59
@NordicBuilder NordicBuilder added manifest changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Oct 8, 2025
@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Oct 8, 2025

The following west manifest projects have changed revision in this Pull Request:

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@1801e0b nrfconnect/sdk-zephyr@34f1aa3 (main) nrfconnect/[email protected]

All manifest checks OK

Note: This message is automatically posted and updated by the Manifest GitHub Action.

@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Oct 8, 2025

CI Information

To view the history of this post, clich the 'edited' button above
Build number: 20

Inputs:

Sources:

sdk-nrf: PR head: fe17cd7fa10107b02f2625c03234a1fde48fec9d
zephyr: PR head: 34f1aa346560cdbb528caea4d52188ebdeb81c4f

more details

sdk-nrf:

PR head: fe17cd7fa10107b02f2625c03234a1fde48fec9d
merge base: b799edb86d437c5261ed12826b15e03ec18104ca
target head (main): f3cb6ffa35c369f990e4203dd42405dad07b4a94
Diff

zephyr:

PR head: 34f1aa346560cdbb528caea4d52188ebdeb81c4f
merge base: 1801e0bf52f9ba75868e09ef154c13047f606832
Diff

Github labels

Enabled Name Description
ci-disabled Disable the ci execution
ci-all-test Run all of ci, no test spec filtering will be done
ci-force-downstream Force execution of downstream even if twister fails
ci-run-twister Force run twister
ci-run-zephyr-twister Force run zephyr twister
List of changed files detected by CI (56)
samples
│  ├── benchmarks
│  │  ├── coremark
│  │  │  ├── boards
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.conf
│  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │ nrf54h20dk_nrf54h20_cpurad.overlay
│  │  │  ├── src
│  │  │  │  │ main.c
scripts
│  │ quarantine.yaml
west.yml
zephyr
│  ├── boards
│  │  ├── nordic
│  │  │  ├── nrf54h20dk
│  │  │  │  ├── nrf54h20dk_nrf54h20-memory_map.dtsi
│  │  │  │  ├── nrf54h20dk_nrf54h20-pinctrl.dtsi
│  │  │  │  ├── support
│  │  │  │  │  ├── nrf54h20_cpuapp.JLinkScript
│  │  │  │  │  │ nrf54h20_cpurad.JLinkScript
│  ├── doc
│  │  ├── services
│  │  │  ├── logging
│  │  │  │  │ cs_stm.rst
│  ├── drivers
│  │  ├── debug
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── Kconfig.nrf
│  │  │  ├── coresight_arm.h
│  │  │  ├── debug_coresight_nrf.c
│  │  │  │ debug_nrf_etr.c
│  │  ├── misc
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── coresight
│  │  │  │  │ CMakeLists.txt
│  │  │  ├── nordic_vpr_launcher
│  │  │  │  │ Kconfig
│  │  ├── pinctrl
│  │  │  │ pinctrl_nrf.c
│  ├── dts
│  │  ├── bindings
│  │  │  ├── arm
│  │  │  │  │ nordic,nrf-tddconf.yaml
│  │  │  ├── debug
│  │  │  │  ├── nordic,coresight-nrf.yaml
│  │  │  │  │ nordic,nrf-tbm.yaml
│  │  ├── vendor
│  │  │  ├── nordic
│  │  │  │  │ nrf54h20.dtsi
│  ├── include
│  │  ├── zephyr
│  │  │  ├── drivers
│  │  │  │  ├── debug
│  │  │  │  │  ├── debug_nrf_etr.h
│  │  │  │  │  │ stmesp.h
│  │  │  ├── dt-bindings
│  │  │  │  ├── misc
│  │  │  │  │  │ nordic-tddconf.h
│  │  │  │  ├── pinctrl
│  │  │  │  │  │ nrf-pinctrl.h
│  │  │  ├── logging
│  │  │  │  │ log_frontend_stmesp.h
│  ├── samples
│  │  ├── boards
│  │  │  ├── nordic
│  │  │  │  ├── coresight_stm
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── pytest
│  │  │  │  │  │  │ test_stm.py
│  │  │  │  │  │ sample.yaml
│  │  │  │  ├── nrf_ironside
│  │  │  │  │  ├── update
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  ├── snippets
│  │  ├── nordic
│  │  │  ├── nordic-log-stm-dict
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf54h20_cpuapp.overlay
│  │  │  │  ├── log_stm_dict.conf
│  │  │  │  │ snippet.yml
│  │  │  ├── nordic-log-stm-tpiu-dict
│  │  │  │  ├── README.rst
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf54h20_cpuapp.overlay
│  │  │  │  ├── log_stm_dict.conf
│  │  │  │  │ snippet.yml
│  │  │  ├── nordic-log-stm
│  │  │  │  ├── boards
│  │  │  │  │  ├── nrf54h20_cpuapp.overlay
│  │  │  │  │  │ nrf54h20_cpurad.overlay
│  │  │  │  ├── log_stm.conf
│  │  │  │  │ snippet.yml
│  ├── soc
│  │  ├── nordic
│  │  │  ├── common
│  │  │  │  ├── uicr
│  │  │  │  │  ├── gen_periphconf_entries.py
│  │  │  │  │  ├── periphconf
│  │  │  │  │  │  │ builder.py
│  │  │  ├── ironside
│  │  │  │  ├── include
│  │  │  │  │  ├── nrf_ironside
│  │  │  │  │  │  │ update.h
│  │  │  │  │ update.c
│  │  │  ├── nrf54h
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.defconfig.nrf54h20_cpuapp
│  │  │  │  │ soc.c
│  ├── subsys
│  │  ├── logging
│  │  │  ├── frontends
│  │  │  │  ├── Kconfig
│  │  │  │  │ log_frontend_stmesp.c
│  ├── tests
│  │  ├── boards
│  │  │  ├── nrf
│  │  │  │  ├── coresight_stm
│  │  │  │  │  │ prj.conf

Outputs:

Toolchain

Version:
Build docker image:

Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped; ⚠️ Quarantine

  • ◻️ Toolchain
  • ◻️ Build twister
  • ◻️ Integration tests
    • ◻️ test-sdk-audio
    • ◻️ test-fw-nrfconnect-chip
    • ◻️ test-fw-nrfconnect-nfc
    • ◻️ test-fw-nrfconnect-nrf-iot_cloud
    • ◻️ test-fw-nrfconnect-nrf-iot_thingy91
    • ◻️ test-fw-nrfconnect-rs
    • ◻️ test-fw-nrfconnect-fem
    • ◻️ test-fw-nrfconnect-thread-main
    • ◻️ test-sdk-find-my
    • ◻️ test-low-level
    • ◻️ test-sdk-mcuboot
    • ◻️ test-sdk-dfu
Disabled integration tests
    • test-fw-nrfconnect-nrf_lrcs_mosh
    • test-fw-nrfconnect-nrf_lrcs_positioning
    • desktop52_verification
    • test_ble_nrf_config
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-ble_samples
    • test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • test-fw-nrfconnect-nrf-iot_lwm2m
    • test-fw-nrfconnect-nrf-iot_samples
    • test-fw-nrfconnect-nrf-iot_serial_lte_modem
    • test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • test-fw-nrfconnect-nrf_crypto
    • test-fw-nrfconnect-proprietary_esb
    • test-fw-nrfconnect-ps-main
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-tfm
    • test-sdk-pmic-samples
    • test-sdk-wifi
    • test-secdom-samples-public

Note: This message is automatically posted and updated by the CI

Copy link

github-actions bot commented Oct 8, 2025

You can find the documentation preview for this PR here.

@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-3371 branch from df699ec to 3f4dffc Compare October 8, 2025 10:29
@karstenkoenig karstenkoenig requested a review from a team as a code owner October 8, 2025 10:50
@karstenkoenig karstenkoenig force-pushed the auto-manifest-sdk-zephyr-3371 branch 2 times, most recently from 7910969 to 491ca2f Compare October 9, 2025 10:05
@karstenkoenig karstenkoenig requested a review from a team as a code owner October 9, 2025 10:05
Copy link

github-actions bot commented Oct 9, 2025

Since quarantine was modified, please make sure you are following the process described in Quarantine Process.

@karstenkoenig karstenkoenig force-pushed the auto-manifest-sdk-zephyr-3371 branch from 491ca2f to bdace9e Compare October 13, 2025 05:46
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-3371 branch from bdace9e to b4d1012 Compare October 13, 2025 05:46
@NordicBuilder NordicBuilder requested review from a team October 13, 2025 05:46
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-3371 branch from b4d1012 to 354cd31 Compare October 13, 2025 05:54
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-3371 branch from 354cd31 to 02a1c39 Compare October 13, 2025 12:37
@NordicBuilder NordicBuilder requested a review from a team October 13, 2025 12:38
@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Oct 14, 2025

Memory footprint analysis revealed the following potential issues

applications.hpf.gpio.icmsg[nrf54l15dk/nrf54l15/cpuflpr]: High RAM usage: 9102[B] - link (cc: @nrfconnect/ncs-ll-ursus)
applications.hpf.gpio.icmsg[nrf54l15dk/nrf54l15/cpuflpr]: High ROM usage: 5858[B] - link (cc: @nrfconnect/ncs-ll-ursus)
applications.hpf.gpio.icbmsg[nrf54l15dk/nrf54l15/cpuflpr]: High RAM usage: 12744[B] - link (cc: @nrfconnect/ncs-ll-ursus)
applications.hpf.gpio.icbmsg[nrf54l15dk/nrf54l15/cpuflpr]: High ROM usage: 9492[B] - link (cc: @nrfconnect/ncs-ll-ursus)

Note: This message is automatically posted and updated by the CI (latest/sdk-nrf/PR-24914/16)

@nvlsianpu
Copy link
Contributor

@karstenkoenig sdk-mcuboot patch was merged. You can update SHA.

@karstenkoenig karstenkoenig force-pushed the auto-manifest-sdk-zephyr-3371 branch from 6f87a37 to b9507e5 Compare October 14, 2025 18:02
@karstenkoenig karstenkoenig requested a review from a team as a code owner October 14, 2025 18:02
@NordicBuilder NordicBuilder requested a review from a team October 14, 2025 18:02
@nordic-segl
Copy link
Contributor

sdk-mcuboot was updated to the latest SHA in #24822.
See commits: https://github.com/nrfconnect/sdk-mcuboot/commits/main/

@karstenkoenig karstenkoenig force-pushed the auto-manifest-sdk-zephyr-3371 branch 2 times, most recently from bb2ffa5 to cfc9983 Compare October 15, 2025 06:04
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-3371 branch from cfc9983 to 141537e Compare October 15, 2025 09:37
@NordicBuilder NordicBuilder requested review from a team October 15, 2025 09:38
@NordicBuilder NordicBuilder removed the DNM label Oct 15, 2025
@karstenkoenig karstenkoenig force-pushed the auto-manifest-sdk-zephyr-3371 branch from 141537e to 4486868 Compare October 15, 2025 10:05
NordicBuilder and others added 2 commits October 15, 2025 12:06
Automatically created by Github Action

Signed-off-by: Nordic Builder <[email protected]>
Adjusted the coremark sample for the refactored coresight and etr
configuration.

Signed-off-by: Karsten Koenig <[email protected]>
@karstenkoenig karstenkoenig force-pushed the auto-manifest-sdk-zephyr-3371 branch from 4486868 to fe17cd7 Compare October 15, 2025 10:06
@nordic-piks nordic-piks merged commit 5c8109c into nrfconnect:main Oct 15, 2025
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. manifest manifest-mcuboot manifest-zephyr

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants